home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / Adobe AIR / Versions / 1.0 / Adobe AIR Application Installer.swf / scripts / sv$SecurityInfo_properties.as < prev    next >
Text File  |  2008-10-29  |  1KB  |  30 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class sv$SecurityInfo_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function sv$SecurityInfo_properties()
  10.       {
  11.          super("sv","SecurityInfo");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "lblUnrestricted":"OBEGR├äNSAD",
  18.             "lblUnknown":"OK├äND",
  19.             "lblMoreOptions":"Fler alternativ",
  20.             "lblPublisherIdentity":"Utgivarens identitet:",
  21.             "lblPublisherUndetermined":"Det gick inte att avg├╢ra vem som ├ñr programmets utgivare.",
  22.             "lblFullAccess":"Det h├ñr programmet kan komma ├Ñt ditt filsystem och Internet, vilket kan utg├╢ra en s├ñkerhetsrisk.",
  23.             "lblVerified":"VERIFIERAD",
  24.             "msgPotentialSecurityRisk":"Programinstallationen kan utg├╢ra en s├ñkerhetsrisk. Installera endast fr├Ñn k├ñllor som du anser vara tillf├╢rlitliga.",
  25.             "lblSystemAccess":"System├Ñtkomst:"
  26.          };
  27.       }
  28.    }
  29. }
  30.